/* 首页部分 */
.top { background: #0468f1; height: 5px; margin: 0px; }
.logo { padding: 20px 0px 16px; margin: 0px; }
.nav { background-color: #333; margin: 0px; }
.nav .item { width: 130px; float: left; text-align: center; }
.nav .line { background: #999; height: 24px; width: 1px; margin-top: 13px; float: left; }
.nav .item a { color: #fff; line-height: 50px; }
.nav .item:hover { background-color: #0468f1; }

.main-tt { margin: 30px 0px; }
.main-tt .cn { text-align: center; font-size: 30px; line-height: 60px; font-weight: bold; color: #333; }
.main-tt .cn span { color: #0468f1; }
.main-tt .sub { text-align: center; color: #333; font-size: 18px; }
.main-tt .en { text-align: center; font-size: 13px; color: #333; }
.main-tt .line { width: 60px; height: 3px; background: #0468f1; margin: 20px auto 40px; }

.product .cate-list { width: 904px; margin: 0 auto; }
.product .cate-list li { float: left; width: 132px; border: 1px solid #cecece; text-align: center; line-height: 36px; margin-left: 20px; border-radius: 2px; transition: all 0.2s ease 0s;}
.product .cate-list li:first-child { margin-left: 0px; }
.product .cate-list li a { display: block; width: 100%; font-size: 13px; text-align: center; color: #666; }
.product .cate-list li:hover a { color: #fff; }
.product .cate-list li:hover { background-color: #0468f1; transition: all 0.2s ease 0s; border: 1px solid #0468f1; }
.product .con-list { padding-top: 40px; }
.product .item { float: left; margin-left: 20px; margin-bottom: 20px; height: 300px; transition: all 0.3s ease 0s; }
.product .item:nth-child(4n+1) { margin-left: 0px; }
.product .item .pic { width: 283px; height: 230px; display: table-cell; vertical-align: middle; border: 1px solid #cecece; text-align: center; overflow: hidden; }
.product .item img { max-width: 96%; max-height: 96%; transition: all 0.3s ease 0s;}
.product .item .tt { display: block; width: 100%; text-align: center; font-size: 14px; background-color: #333; line-height: 60px; color:#fff;  transition: all 0.3s ease 0s; }
.product .item:hover img { margin-top: -10px; transition: all 0.3s ease 0s; }
.product .item:hover .tt { background: #0468f1; transition: all 0.3s ease 0s; }
.product .more { display: block; width: 200px; border: 1px solid #333; color: #333; text-align: center; font-size: 15px; line-height: 40px; margin: 0 auto; margin-top: 20px; transition: all 0.3s ease 0s; }
.product .more:hover { background: #0468f1; color: #fff; transition: all 0.3s ease 0s; }

.about { background: #f4f4f4; padding: 30px 0px; }
.about .info { width: 560px; padding: 0px 20px 80px 50px; }
.about .tt p { font-size: 28px; color: #222; line-height: 60px; }
.about .tt .line { width: 10%; height: 3px; background: #0468f1; margin: 10px 0px 20px; }
.about .con, .about .con div, .about .con p { font-size: 14px; line-height: 30px; color: #333; }   
.about .layui-btn { width: 120px; margin-top: 15px; background: #0468f1; }
.about .photo { width: 553px; height: 379px; background: url(about-img.png) center top no-repeat; margin-top: 20px; }

.honor .list { position: relative; }
.honor #swiper-pro { width: 1100px; }
.honor .con-list { padding-top: 30px; }
.honor .item { float: left; margin-bottom: 20px; height: 350px; transition: all 0.3s ease 0s; }
.honor .item .pic { width: 260px; height: 260px; display: table-cell; vertical-align: middle; border: 1px solid #cecece;  text-align: center; overflow: hidden; }
.honor .item img { max-width: 96%; max-height: 96%; transition: all 0.3s ease 0s;}
.honor .item:hover img { margin-top: -10px; transition: all 0.3s ease 0s; }
.s1 { height: 580px; background: url(s1-bg.png) center top no-repeat; }

.news { background: #efefef; padding: 20px 0px 50px; margin-bottom: 0px; }
.news .cons { padding-top: 20px; }
.news .conl { float: left; }
.news .conr { float: left; width: 620px; }
.news .item { float: left; margin-bottom: 23px; padding-bottom: 16px; margin-left: 30px; background: #fff; padding-top: 16px; }
.news .item:nth-child(3) { border-bottom: none; }
.news .date { width: 90px; height: 74px; padding-top: 16px; float: left; }
.news .date p { color: #333; text-align: center; }
.news .day { font-size: 30px; }
.news .month { font-size: 14px; }
.news .con { float: left; width: 470px; padding-left: 20px; padding-right: 10px; }
.news .con .tt a { font-size: 18px; line-height: 40px; color: #333; }
.news .con .info a { color: #999; }
.news .item:hover { background: #0468f1; }
.news .item:hover p, .news .item:hover a { color: #fff; }
.news .pic { position: relative; }
.news .pic .info { width: 580px; height: 0px; position: absolute; bottom: 0px; background-color: rgba(37, 87, 186, 0.8); overflow: hidden; display: flex; justify-content: center; align-items: center; transition: all 0.3s ease 0s; }
.news .pic:hover .info { height: 412px; transition: all 0.3s ease 0s; }
.news .pic .info h1 a { color: #fff; font-size: 23px; line-height: 50px; font-weight: normal; }
.news .pic .info p span { color: #fff; font-size: 13px; line-height: 36px; }
.news .pic .info p a { color: #fff; font-size: 14px; line-height: 26px; margin-top: 10px; }
.news .pic .info .more { display: block; width: 200px; line-height: 50px; background-color: #fff; color: #0468f1; text-align: center; margin-top: 60px; }
.news .pic .info .con { width: 420px; height: 252px; margin: 0 auto; }
.news .pic img { width: 580px; height: 412px; }

.navf { background-color: #333; margin: 0px; }
.navf .rom { text-align: center; }
.navf .item { display: inline-block; width: 145px; }
.navf .item a { display: block; width: 100%; text-align: center; color: #eee; line-height: 50px; font-size: 15px; }
.navf .item:hover a { display: block; width: 100%; text-align: center; color: #eee; line-height: 50px; font-size: 15px; background-color: #0468f1; }
.footer { background: url(footer-bg.jpg) center top no-repeat; margin-top: 60px; padding-top: 32px; padding-bottom: 32px; margin: 0px; }
.footer .pp-1 { width: 580px; }
.footer .pp-1 h1, .footer .pp-2 h1, .footer .pp-3 h1 { font-size: 18px; color: #efefef; line-height: 32px; margin-bottom: 36px; }
.footer .pp-1 p { font-size: 15px; color: #ddd; line-height: 20px; margin-bottom: 20px; }
.footer .pp-2 { width: 260px; }
.footer .pp-2 img { width: 130px; }
.footer .pp-3 { width: 340px; }
.footer .pp-3 h1 { margin-bottom: 0px; }
.footer .pp-3 h2 { font-size: 13px; color: #7d7d7d; font-weight: normal; margin-bottom: 20px; }
.footer .pp-3 .tels, .footer .pp-3 .info { background: none; border: 1px solid #c5c5c5; line-height: 36px; font-size: 12px; text-indent: 12px; width: 280px; margin-bottom: 5px; color: #efefef; }
.footer .pp-3 #dosubmit { background: #c5c5c5; width: 70px; line-height: 32px; text-align: center; border: none; border-radius: 3px; color: #333; margin-top: 10px; cursor: pointer; }
.bottom { background-color: #1f1f1f; margin: 0px; }
.bottom p, .bottom a { text-align: center; color: #ddd; font-size: 14px; line-height: 50px; }